Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

request_message

http.request_message

:
Message
 is
[Private constructor]
[Module http]
HTTP request message

Fields

method
 http.request_method
[Module http]
the HTTP request method
target
 String
[Module http]
the target of the request
version_major
 i32
[Module http]
the major version
version_minor
 i32
[Module http]
the minor version
header
 container.Map String String
[Redefinition of  http.Message.header]
[Module http]
the header fields
body
 io.Read_Handler
[Redefinition of  http.Message.body]
[Module http]
body of the request

redefines:

Functions

 => 
String
[Inherited from  Message]
[Module http]
get the body of the message as a String
0.095dev (GIT hash fe578dbae82d257bfb6d755e3b05abbf37247dbe)
last changed: 2026-05-12